home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / Applications / GLX / installcmap.h.z / installcmap.h
Encoding:
C/C++ Source or Header  |  1996-09-20  |  195 b   |  12 lines

  1. #include <X11/Intrinsic.h>
  2.  
  3. #if defined(__cplusplus) || defined(c_plusplus)
  4. extern "C" {
  5. #endif
  6.  
  7. extern installColormap(Widget, Widget);
  8.  
  9. #if defined(__cplusplus) || defined(c_plusplus)
  10. }
  11. #endif
  12.